Bump version numbers
authorDavid Davidović <geosoft.corp@gmail.com>
Tue, 23 Dec 2014 22:06:55 +0000 (23:06 +0100)
committerDavid Davidović <geosoft.corp@gmail.com>
Tue, 23 Dec 2014 22:06:55 +0000 (23:06 +0100)
Updated to use the latest 2014-12-23 nightly and newest versions of
crates url and docopt.rs

Cargo.toml
src/rustversion.txt

index 644666e9b647e9c53810e95c776246d9561493ee..6399eef3c739a1206019ab0621e5962b74d62612 100644 (file)
@@ -11,19 +11,16 @@ path = "src/cargo/lib.rs"
 
 [dependencies]
 toml = "0.1.4"
-url = "0.2.0"
 semver = "0.1.0"
 curl = "0.1.0"
+url = "0.2.7"
 tar = "0.1.0"
 flate2 = "0.1.0"
 git2 = "0.1.0"
 glob = "0.1.0"
 time = "0.1.0"
 log = "0.1.0"
-
-[dependencies.docopt]
-git = "https://github.com/alexcrichton/docopt.rs"
-branch = "update"
+docopt = "0.6.18"
 
 [dev-dependencies.hamcrest]
 git = "https://github.com/carllerche/hamcrest-rust.git"
index 9a2f7ff64c5b54f89a1d6ad3215c73f7cf891959..32792915aa507e651917c4d2254e5c5ec3513d08 100644 (file)
@@ -1 +1 @@
-2014-12-22
+2014-12-23